home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0094.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  661 b   |  20 lines

  1.  
  2.  
  3. > I'm programming with a friend of mine an arcade game called
  4. > Dark Ages. Five levels including different places and dif-
  5. > ferent enemies to fight. But during programming i had some
  6. > problems. Amos Pro doesn't allow user to use differents
  7. > sprite or bob banks at the same time. There are no commands
  8. > like SPRITE BANK n or USE SPRITE BANK n and so i would like
  9. > to know if i'm wrong and if there are others ways to
  10. > use more bob banks in a game.
  11.  
  12. Why you need it? You can put all your images in the BANK 1 and access 
  13. them as you want...
  14.  
  15. But if what you need are bank which have nothing in common with other 
  16. you can simply swap them as BANK 1.
  17.  
  18. M&F
  19.  
  20.